Remove unused function
authorTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 3 Oct 2013 21:37:48 +0000 (07:37 +1000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 6 Oct 2013 05:27:06 +0000 (01:27 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=586107
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
modules/printbackends/papi/gtkprintbackendpapi.c

index 6502fabb2e5063dfd0b1c224084c07b1add8f730..001c57e56cd4fc391bc9f0337fd4a7729ef872ff 100644 (file)
@@ -748,13 +748,6 @@ is_local_printer (gchar *printer_uri)
     return FALSE;
 }
 
-void
-merge_ppd_data (papi_attribute_t ***attributes, gchar *ppdfile)
-{
-  get_ppd_attrs (attributes, ppdfile);
-}
-
-
 static void
 papi_display_printer_status_done (gpointer user_data)
 {